Document automatic certificate selection in Chrome on ChromeOS#513
Merged
tashian merged 2 commits intoMay 21, 2026
Merged
Conversation
Closes CON-263 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
hslatman
reviewed
May 21, 2026
| 4. Add an entry for each protected URL, in the following format: | ||
|
|
||
| ```json | ||
| {"pattern":"[Server URL pattern]","filter":{"ISSUER":{"CN":"Smallstep [Team Slug] Accounts Intermediate CA"}}} |
Member
There was a problem hiding this comment.
On ChromeOS, we currently only get certs from the Devices authority.
Suggested change
| {"pattern":"[Server URL pattern]","filter":{"ISSUER":{"CN":"Smallstep [Team Slug] Accounts Intermediate CA"}}} | |
| {"pattern":"[Server URL pattern]","filter":{"ISSUER":{"CN":"Smallstep [Team Slug] Devices Intermediate CA"}}} |
Adding support for (known) additional authorities with ACME DA provisioners shouldn't take long. Making the ChromeOS agent work fully similar to the agent will require more time, though.
| 4. Set the **Issuer pattern** to the full common name of your Smallstep intermediate issuing CA: | ||
|
|
||
| ``` | ||
| Smallstep [Team Slug] Accounts Intermediate CA |
Member
There was a problem hiding this comment.
Suggested change
| Smallstep [Team Slug] Accounts Intermediate CA | |
| Smallstep [Team Slug] Devices Intermediate CA |
| - Example: `[.*]xample.com` matches `xample.com` and `hello.xample.com` for any scheme, port, and path. It will not match `example.com`. | ||
| - For more examples, see [the Chrome Enterprise docs](https://chromeenterprise.google/policies/url-patterns/). | ||
|
|
||
| Replace `[Team Slug]` with your Smallstep team slug. |
Member
There was a problem hiding this comment.
Did we remove the parentheses from the automatically generated names? In my testing I had to use, (Team Slug).
J-Hunter-Hawke
approved these changes
May 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
tutorials/browser-certificate-setup-guide.mdxcovering automatic client certificate selection for both HTTPS (via theAutoSelectCertificateForUrlsChrome policy in the Google Workspace Admin Console) and 802.1X Wi-Fi (via Issuer pattern set to the full Smallstep intermediate CA common name).Closes CON-263.
🤖 Generated with Claude Code